home *** CD-ROM | disk | FTP | other *** search
/ Hacker's Arsenal - The Cutting Edge of Hacking / Hacker's Arsenal - The Cutting Edge of Hacking.iso / texts / proxy.txt < prev    next >
Text File  |  2001-07-11  |  3KB  |  108 lines

  1.                 PPPPPP  RRRRRR  OOOOOO  X   X  Y   Y
  2.                 P    P  R    R  O    O   X X    Y Y
  3.                 PPPPPP  RRRRRR  O    O    X      Y
  4.                 P       R   R   O    O   X X     Y
  5.                 P       R    R  OOOOOO  X   X    Y
  6.  
  7.  
  8.  
  9. 0.0 Intro
  10. 1.0 What is a proxy server 
  11. 1.1 Why use one 
  12. 1.2 How to find one
  13. 1.3 How to configure one in your browser
  14.  
  15. -----------------------------------------------------------------------------
  16. 0.0 Intro
  17.  
  18. Well, finally I decided to take 15 minutes out of my life and write a paper
  19. on proxy servers. I have answered tons of mail,posts etc on how to hide your
  20. IP while exploring the Internet . So here it is... some BASIC info on proxies......
  21.  
  22. -----------------------------------------------------------------------------
  23. 1.0 What is a proxy server
  24.  
  25. Proxy Server is a  firewall and cache server. It allows and entire network of 
  26. computers to access the internet(http or ftp)with a single IP. Let's say we 
  27. have 3 computers in some small network in Malaysia going through a proxy 
  28. server:
  29.  
  30. 1 -> 2 -> 3 -> PROXY SERVER -> THE WEB SITE
  31.  
  32. Now assume you are at home with an Internet access through your ISP, this is
  33. what your connection looks like :
  34.  
  35. Your PC -> Your ISP -> THE WEB SITE
  36.  
  37. Ok, now.... If the proxy server in the network above allows other users to go
  38. through it we can to this :
  39.  
  40. 1 -> 2 -> 3 -> PROXY SERVER -> THE WEB SITE
  41.                  |
  42.                  |
  43. Your PC -> Your ISP 
  44.  
  45. As you can see in the above diagram we can go through that proxy server and
  46. hide our real IP ! "THE WEB SITE" will only see the proxies IP of the network
  47. you are going through..
  48.  
  49. -----------------------------------------------------------------------------
  50.  
  51. 1.1 Why use one
  52.  
  53. That was mentioned before, to hide your REAL IP. But, some of the proxies can
  54. give out/forward your real IP to the site you are connecting to and do infact
  55. log their users.Hmmm, well there is a problem that was discovered while
  56. attempting a phf exploit on a site. As it turns out, proxy servers with the
  57. Squid Cache forward you real IP upon a request, but to my knowledge some do not
  58. log their users. Here are two sites for testing proxies :
  59.  
  60. http://www.tamos.com/bin/proxy.cgi
  61.  
  62. http://kyticr.kuicr.kyoto-u.ac.jp/cgi-bin/phf?Qalias=x%0a/bin/cat%20/etc/passwd
  63.  
  64. If you see your IP in any of the two URL's -> your proxy sucks, get a new one.
  65.  
  66.  
  67. ------------------------------------------------------------------------------
  68.  
  69. 1.2 How to find one
  70.  
  71. Ez way : Visit wwwboard related to hacking/cracking/warez/phreaking and
  72.          look at the IP's of the parties that post there and write them 
  73.          down. (many of them will spoof their IP)
  74.  
  75. Ez way2: ask others
  76.  
  77. Harder : Domain Scan for open ports 8080,3128.
  78.  
  79. V Hard : ping host.com:8080 or 3128
  80.  
  81. ------------------------------------------------------------------------------
  82.  
  83. 1.3 How to configure one in your browser
  84.  
  85. In I.E :
  86.  
  87. View -> Internet Options -> Connection
  88.  
  89. Now type in the IP of the proxy and try connecting to it through port
  90. 8080,80,3128
  91.  
  92.  
  93. Netscape (from memory):
  94.  
  95. Preferences -> Network -> Proxy tab
  96.  
  97. Same as in I.E
  98.  
  99. ------------------------------------------------------------------------------
  100.  
  101. Any questions/comments/corrections/ -> c1ph3r@hotmail.com
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.